home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilmisc / patchlib.lha / patchlib / include / patch_lib.fd next >
Text File  |  1996-10-17  |  783b  |  35 lines

  1. * "patch.library"     (c) 1993-96 by Stefan Fuchs
  2. ##base _PatchBase
  3. ##bias 30
  4. ##public
  5. InstallPatch(newPatch)(a0)
  6. WaitRemovePatch(patch)(a0)
  7. RemovePatch(patch)(a0)
  8. FindPatch(name)(a0)
  9. *
  10. * Functions in V2 or higher
  11. *
  12. InstallPatchTagsA(funcEntry,funcOffset,tagList)(a0,d0/a1)
  13. RemovePatchTagsA(patch,tagList)(a0/a1)
  14. *
  15. * Functions in V3 or higher
  16. *
  17. FindPatchTagsA(tagList)(a0)
  18. SetPatchA(patch,tagList)(a0/a1)
  19. GetPatchA(patch,tagList)(a0/a1)
  20. PatchFreeVec(memoryBlock)(a1)
  21. *
  22. * Functions in V4 or higher
  23. *
  24. RemovePatchProjectA(project,tagList)(a0/a1)
  25. CreatePatchProjectA(name,tagList)(a0/a1)
  26. *
  27. * Functions in V5 or higher
  28. *
  29. SetPatchProjectA(project,tagList)(a0/a1)
  30. PatchReserved1()()
  31. AddPatchNotifyA(msgport,tagList)(a0/a1)
  32. RemPatchNotifyA(msgport,tagList)(a0/a1)
  33. PatchAlloc(type)(d0)
  34. ##end
  35.